VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / UndoManagersDispatcher<T> Class / AddItem(T) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    AddItem(T) Method (UndoManagersDispatcher<T>)
    In This Topic
    Adds the specified item to the items, which are monitored by this dispatcher, and creates the undo manager for the item.
    Syntax
    'Declaration
    
    Protected Overridable Sub AddItem( _
    ByVal item
    The item.
    As T _
    )
    protected virtual void AddItem(
    T item
    )
    protected: virtual void AddItem(
    T* item
    )
    protected:
    virtual void AddItem(
    T^ item
    )

    Parameters

    item
    The item.
    Exceptions
    ExceptionDescription
    Thrown if dispatcher already contains the item.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also